func os.isShellSpecialVar

3 uses

	os (current package)
		env.go#L56: func isShellSpecialVar(c uint8) bool {
		env.go#L75: 		if len(s) > 2 && isShellSpecialVar(s[1]) && s[2] == '}' {
		env.go#L88: 	case isShellSpecialVar(s[0]):